每天 488 条 AI 新闻,我让一份 Markdown 替我选题
AX 的 AI 雷达每天从 50 多个信源抽约 500 条内容,挑 15 条给我。选题不靠 prompt,靠一份能版本化、能 diff 的 Markdown 编辑策略——一个 Agent 从反馈里迭代它。讲这把雷达的架构取舍和关键设计决策。
AX 的 AI 雷达每天从 50 多个信源抽约 500 条内容,挑 15 条给我。选题不靠 prompt,靠一份能版本化、能 diff 的 Markdown 编辑策略——一个 Agent 从反馈里迭代它。讲这把雷达的架构取舍和关键设计决策。
AX Radar filters ~500 stories a day from 50+ sources down to about 15. Editorial judgment isn't a prompt — it's a versionable, diff-able Markdown file that a Claude Agent iterates against user feedback. A breakdown of the architecture and the design calls.
上一篇讲的是我用 AX 雷达的一手体验。这一篇讲我给它加了 HTTP API、MCP server 和一份 Claude Skill——让 Claude 自己能查、能搜、能保存。两张脸共用一个后端;sha256 不是 bcrypt;pgvector 早就在了;Skill 才是放 domain 知识的地方。
Part 1 covered AX Radar from my side as the operator. Part 2 covers what I shipped this week: an HTTP API, an MCP server, and a Claude Code skill that let Claude read, search, and mutate the radar directly. Two surfaces, one backend. Why sha256 beats bcrypt here. Why semantic search rode the existing pgvector index. Why the skill is where domain knowledge lives.
© Xingfan Xia 2024 - 2026 · CC BY-NC 4.0